home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VGADOC4B.ZIP / EVEREX.TXT < prev    next >
Text File  |  1995-09-29  |  6KB  |  164 lines

  1.  Everex Micro Enhancer.
  2.  
  3.  
  4.   Ev236  UltraGraphics   (Trident chip).
  5.   Ev620  Vision VGA      (Trident chip).
  6.   Ev623  Viewpoint VRAM  (ET4000)
  7.   Ev629  Viewpoint TC    (Tseng 4000 chip with special DAC 16M colors).
  8.   Ev673  EVGA            (Trident chip).
  9.   Ev678  Viewpoint       (Trident chip).
  10.  
  11.  
  12. 3C2h (W)): Misc Output Register
  13. bit 5  Bit 1 of Bank No.
  14. Note: this register can be read from port 3CCh.
  15.  
  16.  
  17. 3C4h index  8  (R/W):
  18. bit 7  Bit 0 of Bank no.
  19.  
  20.  
  21.   Bank switching.
  22.  
  23.   Everex uses a two bit bank no. with bit 0 in 3C4h index 8 bit 7
  24.   and bit 1 in 3C2h bit 5.
  25.  
  26.  
  27.  
  28.   ID Everex Micro Enhancer:
  29.  
  30.   RP.BX:=0;
  31.   vio($7000):
  32.   if RP.AL=$70 then
  33.   begin
  34.     NR:=RP.DX SHR 4;
  35.     case NR of
  36.       $236,$620,$673,$678:TRIDENT;
  37.       $629:Tseng_4000;
  38.     else EVEREX Ev(Nr)
  39.     end;
  40.   end;
  41.  
  42.  
  43.   BIOS extensions:
  44.  
  45. ----------100070-----------------------------
  46. INT 10 - VIDEO - Everex Micro Enhancer EGA/Viewpoint VGA - Extended Mode Set
  47.         AX = 0070h
  48.         BL = mode (see below)
  49.  
  50. Values for video mode:
  51.      text/ text   pixel pixel    colors disp scrn monitor  adapter
  52.      grph  resol  box   resoltn         page addr
  53.  00h = G                640x480   16              multsync EGA,VGA
  54.  01h = G                752x410   16              multsync EGA,VGA
  55.  02h = G                800x600   16              multsync EGA,VGA
  56.  03h = T   80x34                                  multsync EGA,VGA
  57.  04h = T   80x60                                  multsync EGA,VGA
  58.  05h = T   94x29                                  multsync EGA only
  59.  06h = T   94x51                                  multsync EGA only
  60.  07h = T  100x43  8x14            16                       VGA only
  61.  08h = T  100x75  8x8             16                       VGA only
  62.  09h = T   80x44                                  EGA      EGA only
  63.  0Ah = T  132x25                                  EGA      EGA,VGA
  64.  0Bh = T  132x44                                  EGA      EGA,VGA
  65.  0Ch = T  132x25                                  CGA      EGA only
  66.  0Dh = T   80x44                                  mono     EGA only
  67.  0Eh = T  132x25                                  mono
  68.  0Fh = T  132x44                                  mono
  69.  10h =      reserved
  70.  11h = G                1280x350  4               EGA only
  71.  12h = G                1280x600  4               EGA only
  72.  13h = G                640x350   256             EGA only
  73.  14h = G                640x400   256
  74.  15h = G                512x480   256
  75.  16h = T   80x30  8x16            256             VGA only
  76.  18h = T  100x27  8x16            16              VGA only
  77.  20h = G                1024x768  16              Everex 629,678
  78.  21h = T  160x64  8x16  1280x1024 16              1MB VGA only
  79.  30h = G                640x480   256             Everex 629,678
  80.  31h = G                800x600   256             Everex 629,678
  81.  32h = G  128x48  8x16  1024x768  256             1MB VGA only
  82.  40h = T  132x30  8x16            16              VGA only
  83.  50h = T  132x32  8x16            mono            VGA only
  84.  62h = G   40x25  8x8   320x200   32K             Vwpt TC (EV629)
  85.  70h = G   64x30  8x16  512x480   32K             Viewpoint TC
  86.  71h = G   80x30  8x16  640x480   32K             Viewpoint TC
  87.  76h = G   64x30  8x16  512x480   16M             Viewpoint TC
  88.  77h = G   80x30  8x16  640x480   16M             Viewpoint TC
  89. ----------107000BX0000-----------------------
  90. INT 10 - Everex Extended Video BIOS - Return Emulation Status
  91.         AX = 7000h
  92.         BX = 0000h
  93. Return: CL = monitor type
  94.              00h mono
  95.              01h CGA
  96.              02h EGA
  97.              03h digital multifrequency
  98.              04h IBM PS/2
  99.              05h IBM 8514
  100.              06h SuperVGA
  101.              07h analog multifrequency
  102.              08h super multifrequency
  103.         CH = feature bits
  104.              bits 7,6: 00 = 256K memory
  105.                        01 = 512K memory
  106.                        10 = 1024K
  107.                        11 = 2048K memory
  108.              bit 5:    special oscillator present
  109.              bit 4:    VGA protect enabled
  110.              bit 0:    6845 emulation
  111.         DX = video board info
  112.              bits 4-15: board ID model
  113.              bits 0-3:  board ID revision
  114.         DI = BCD BIOS version number
  115. ----------107000BX0004-----------------------
  116. INT 10 - Everex Extended Video BIOS - Get Paging Function Pointer for Cur Mode
  117.         AX = 7000h
  118.         BX = 0004h
  119. Return: ES:DI -> FAR paging function (call with DL = page to set)
  120. Note:   the word preceding ES:DI is the length of the function in bytes, and
  121.         the last byte of the function is a FAR return instruction.
  122. ----------107000BX0005-----------------------
  123. INT 10 - Everex Extended Video BIOS - Get Supported Mode Info
  124.         AX = 7000h
  125.         BX = 0005h
  126.         CL = maximum number of modes to get info for
  127.         CH = mode type to get info for (see below)
  128.         DL = monitor type to get info for
  129.         ES:DI -> buffer for mode info (see below)
  130. Return: CL = total number of modes fitting criteria
  131.         CH = size of each info record
  132.  
  133. Values for mode type:
  134.  00h all modes
  135.  01h monochrome text modes
  136.  02h color text modes
  137.  03h four-color CGA graphics modes
  138.  04h two-color CGA graphics modes
  139.  05h 16-color graphics modes
  140.  06h 256-color graphics modes
  141.  
  142. Format of mode information record:
  143. Offset Size  Description
  144.  00h   BYTE  mode number (bit 7 set if extended mode)
  145.  01h   BYTE  mode type (see above)
  146.  02h   BYTE  info bits
  147.              bits 7,6 reserved
  148.                     5 monochrome mode
  149.                     4 interlaced display
  150.                     3 requires special oscillator
  151.                   2,1 memory required
  152.                       00 = 256K
  153.                       01 = 512K
  154.                       10 = 1024K
  155.                       11 = 2048K
  156.                     0 reserved
  157.  03h   BYTE  font height
  158.  04h   BYTE  text columns on screen
  159.  05h   BYTE  text rows on screen
  160.  06h   WORD  number of scan lines
  161.  08h   BYTE  color information
  162.              bits 7-4 reserved
  163.                   3-0 bits per pixel
  164.